home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / ccalc.fpl.readme < prev    next >
Text File  |  1995-08-22  |  817b  |  39 lines

  1. #############################################################################
  2. File:        Ccalc.FPL
  3. Author:        Daniel Stenberg
  4. Email:        Daniel.Stenberg@sth.frontec.se
  5. Short:        Calculates C-style expressions and displays the result
  6. Version:    1.0
  7. Date:        22.8.85
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type:        function
  12. Prereq:
  13. Copyright:
  14. #############################################################################
  15.  
  16. FUNCTION
  17.   Brings up a requester (with a history) to let the user enter a C style
  18. expression and then displays the result in decimal, hexadecimal, binary
  19. and octal.
  20.  
  21.   Assign the "cCalc();" execution string to your favourite key!
  22.  
  23. HISTORY
  24.  1.0    Original.
  25.  
  26. BUGS
  27.  none?
  28.  
  29. TODO
  30.  ideas?
  31.  
  32. EXAMPLE
  33.  
  34.   "2<<5*(5-2)" equals?
  35.  
  36. SEE ALSO
  37.   Any decent book about C or
  38.   The numerical expression part of the FPLuser.guide.
  39.